type encoding/json.field
15 uses
encoding/json (current package)
encode.go#L672: list []field
encode.go#L673: byExactName map[string]*field
encode.go#L674: byFoldedName map[string]*field
encode.go#L1032: type field struct {
encode.go#L1049: type byIndex []field
encode.go#L1072: current := []field{}
encode.go#L1073: next := []field{{typ: t}}
encode.go#L1082: var fields []field
encode.go#L1152: field := field{
encode.go#L1181: next = append(next, field{name: ft.Name(), index: index, typ: ft})
encode.go#L1239: exactNameIndex := make(map[string]*field, len(fields))
encode.go#L1240: foldedNameIndex := make(map[string]*field, len(fields))
encode.go#L1257: func dominantField(fields []field) (field, bool) {
encode.go#L1262: return field{}, false
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |